Skip to content

docs: anchor deprecation policy to real v0.1.0 tag#94

Merged
wpak-ai merged 1 commit into
masterfrom
docs/deprecation-policy-versions
Jun 18, 2026
Merged

docs: anchor deprecation policy to real v0.1.0 tag#94
wpak-ai merged 1 commit into
masterfrom
docs/deprecation-policy-versions

Conversation

@clean6378-max-it

@clean6378-max-it clean6378-max-it commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Closes #85

Summary

  • Replace hypothetical 0.1.0 → 0.3.0 removal ladder with an explicit illustrative callout (0.2.0 → 0.4.0, anchored on shipped v0.1.0)
  • Update Versioning section: first tag is v0.1.0; main carries 0.2.0.dev0
  • Reframe pre-first-tag SPA fast path as historical (pre-v0.1.0)

Test plan

  • ruff check . + mypy green (docs-only)
  • Grep sweep: no stale "until first tag" / 0.1.0.dev0 language in docs/deprecation-policy.md

Summary by CodeRabbit

  • Documentation
    • Clarified deprecation policy with refined removal timelines for actively-read fields and improved pre-release guidance.
    • Enhanced versioning documentation with explicit examples and clear references to initial release tags.
    • Added guidance clarifying how untagged changes are tracked through the changelog.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 09ce8868-a51f-49d3-900c-b438d77d1278

📥 Commits

Reviewing files that changed from the base of the PR and between 7e2b54f and 2ff038f.

📒 Files selected for processing (1)
  • docs/deprecation-policy.md

📝 Walkthrough

Walkthrough

docs/deprecation-policy.md is updated to anchor the bundled-SPA removal timeline to the real v0.1.0 tag, rename the pre-first-tag subsection, add an explicit illustrative example, and expand the Versioning section with app.__version__ derivation and main-branch .dev0 suffix details.

Changes

Deprecation Policy Documentation

Layer / File(s) Summary
Bundled SPA timeline and versioning rewrites
docs/deprecation-policy.md
Replaces the "pre-first-tag/path B" subsection with "Bundled SPA fast path (pre-v0.1.0)", adds a v0.1.0-anchored illustrative example for the two-release removal rule, and expands the Versioning section to define version derivation via app.__version__, identify v0.1.0 as the first shipped tag, and document the main-branch .dev0 suffix.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • cppalliance/claude-code-chat-browser#92: Also modifies docs/deprecation-policy.md to align the deprecation-policy example table with real v0.1.0 tag semantics, directly overlapping with this PR's goal of anchoring the policy to v0.1.0.

Poem

🐇 Hop, hop — no phantom versions here,
The v0.1.0 tag has finally appeared!
"Illustrative," we say, with a wink and a smile,
.dev0 on main runs its pre-release mile.
The policy is clear, the docs ring true,
One small carrot for me, one giant tag for you! 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: updating the deprecation policy documentation to reference the real v0.1.0 tag instead of hypothetical versions.
Linked Issues check ✅ Passed All coding objectives from issue #85 are met: the deprecation policy is anchored to the real v0.1.0 tag, the Versioning section reflects v0.1.0 as the first shipped tag and main as 0.2.0.dev0, hypothetical versions are replaced or marked as illustrative, and validation checks pass.
Out of Scope Changes check ✅ Passed All changes are scoped to docs/deprecation-policy.md only, directly addressing the requirements in issue #85 with no out-of-scope code modifications or unrelated documentation updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/deprecation-policy-versions

Comment @coderabbitai help to get the list of available commands and usage tips.

@clean6378-max-it clean6378-max-it requested a review from wpak-ai June 18, 2026 19:14
@wpak-ai wpak-ai merged commit 2c1fd9d into master Jun 18, 2026
16 checks passed
@wpak-ai wpak-ai deleted the docs/deprecation-policy-versions branch June 18, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

claude-code-chat-browser: Deprecation policy — remove hypothetical version references

3 participants